=====================
 MIDP10 version notes
=====================

 MIDP10 version should work on any phone supporting JAVA (including Siemens and Nokia).

 Also required:

 - minimum jar size: 64K (for version without ZIP support)
                     96K (for version with ZIP support)

 - heap size: 200K (for version without ZIP support)

              250K (for version with ZIP support)
             

 MIDP10 version can not access phone's filesystem. As in Nokia version, it maintains
virtual filesystem, based on midlet RecordStore. Amount of available space are 
dependent on phone model. The only way to put file in this filesystem is to
download it throught HTTP.

 MIDP10 version does not support "Negative" mode.


 Key mapping for MIDP1.0 version have some differences from Siemens/Nokia versions:

1 or left key - Select
3 or right key - Cancel
2,8 - up/down
* - Slideshow 1
0 - Slideshow 2
# - Slideshow 3


 Special phone's keys can be customized:
add the following lines with key codes into JAD file (with NotePad):

 KEYALIAS0: [ley code for "Select"]
 KEYALIAS1: [key code for "Select"]

 KEYALIAS2: [ley code for "Cancel"]
 KEYALIAS3: [key code for "Cancel"]

 KEYALIAS4: [ley code for "Key 5"]
 KEYALIAS5: [key code for "Kry 5"]

 KEYALIAS6: [ley code for "Up"]
 KEYALIAS7: [key code for "Up"]

 KEYALIAS8: [ley code for "Down"]
 KEYALIAS9: [key code for "Down"]

 Some lines can be skiped.

 For example, add the following lines for SonyErricsson T610 phone:

 KEYALIAS0: -6
 KEYALIAS2: -7
 KEYALIAS4: -8

 This will customize menu and "c" keys.

 Key codes can be found with SpruceTester midlet 
 http://www.google.com/search?q=sprucetester
 (see"code=" label);
